home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19951130-19960209 / 000037_news@columbia.edu_Wed Dec 6 19:47:03 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA14097
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun>); Wed, 6 Dec 1995 17:59:38 -0500
  3. Received: (from news@localhost) by apakabar.cc.columbia.edu (8.6.12/8.6.12) id RAA02163 for kermit.misc@watsun; Wed, 6 Dec 1995 17:59:36 -0500
  4. Path: news.columbia.edu!sol.ctr.columbia.edu!news.msfc.nasa.gov!newsfeed.internetmci.com!lamarck.sura.net!isurus.marinelab.sarasota.fl.us!mycteria.marinelab.sarasota.fl.us!don
  5. From: Don Hayward <don@marinelab.sarasota.fl.us>
  6. Newsgroups: comp.protocols.kermit.misc
  7. Subject: kermit and rx under linux
  8. Date: Wed, 6 Dec 1995 14:47:03 -0500
  9. Organization: Mote Marine Laboratory, Sarasota, FL
  10. Lines: 37
  11. Message-Id: <Pine.LNX.3.91.951206144419.12208A-100000@mycteria.marinelab.sarasota.fl.us>
  12. Nntp-Posting-Host: mycteria.marinelab.sarasota.fl.us
  13. Mime-Version: 1.0
  14. Content-Type: TEXT/PLAIN; charset=US-ASCII
  15. Read-Receipt-To: don@marinelab.sarasota.fl.us
  16. Return-Receipt-To: don@marinelab.sarasota.fl.us
  17. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  18.  
  19. I am trying to download data from a remote datalogger using a combination of 
  20. c-kermit and rx.  I have only two choices for data transfer protocol, ascii 
  21. dump (no error checking) and xmodem due to software constraints on the data 
  22. logger.  The connection is made and the menu system on the datalogger is 
  23. negotiated reliably.  The menu selection to start the xmodem download gets the 
  24. appropriate response and then I issues this command in the kermit script:
  25.  
  26. !rx -uvy /weather/weather_log.951206 </dev/cur0 >/dev/cur0 
  27.     2>>/weather/weather_log.log  
  28.  
  29. (all on one line)
  30.  
  31. At that point what I see in the log file is:
  32.  
  33. Receiving: 
  34.  
  35. rx: ready to receive /root/weather/weather_log.951206
  36. Retry 0: Got 040 sector header
  37.  
  38. and everything stops.  I have to kill the rx process to get things to continue.
  39.  
  40. I've tried it without the rx -options -- no difference.
  41. I tried having kermit release the line before the call -- the shell complains 
  42. that the device isn't available and aborts.
  43. I'm running Linux 1.2.11.  Any suggestions will be appreciated.  Thanks.
  44.  
  45. don
  46.  
  47. Don Hayward, JAPH
  48. Mote Marine Laboratory        don@marinelab.sarasota.fl.us
  49. 1600 Ken Thompson Parkway    Voice: 941.388.4441
  50. Sarasota, FL 34236        Fax: 941.388.4312
  51. We are an independent, non-profit, marine and estuarine 
  52. research and education facility. 
  53. require "disclaimer.pl";
  54. See: http://www.marinelab.sarasota.fl.us/
  55.      http://www.marinelab.sarasota.fl.us/~don